home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_b
/
tests2_2
/
c
/
bstring
< prev
next >
Wrap
Text File
|
1996-08-28
|
119b
|
5 lines
char *s1 = { "hullo" } ;
char *s2 = "hullo";
char *s3 = { 'h', 'u', 'l', 'l', 'o' };
char *s4 = { "hullo", "g'bye" } ;